<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @Filename:
 * @Author By:LYD
 * å…±æœ‰æ&nbsp;·å¼
 */
.ec_syn{ padding:10px 10px}
.ec_syn img{ width:165px; height:70px}
.ec_syn h2{ height:30px; line-height:30px; overflow:hidden; font-size:14px}
.ec_syn p{ line-height:25px; height:220px; overflow:hidden; text-indent:2em}

img.pic_thin{ /**ç®€çº¦ */
    max-width:120px;
    max-height:90px;
    width: expression(this.width &gt; 120 &amp;&amp; this.width / 120 &gt;= this.height / 120 ? 120 : true);
    height: expression(this.height &gt; 90 &amp;&amp; this.width / 90 &lt; this.height / 100 ? 100 : true);
}

img.pic_fad{ /**æ—¶å°š */
	max-width:130px;
    max-height:90px;
    width: expression(this.width &gt; 130 &amp;&amp; this.width / 130 &gt;= this.height / 130 ? 130 : true);
    height: expression(this.height &gt; 90 &amp;&amp; this.width / 90 &lt; this.height / 100 ? 100 : true);
}
</pre></body></html>